home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1359 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.7 KB

  1. Path: lemond.sps.mot.com!sem
  2. From: sem@lemond.sps.mot.com (Steve Montgomery)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: visula c++
  5. Date: 10 Jan 96 16:03:08 GMT
  6. Organization: Motorola (Austin,TX)
  7. Distribution: world
  8. Message-ID: <sem.821289788@lemond.sps.mot.com>
  9. References: <4cugti$o4h@darwin.i3s.net>
  10. NNTP-Posting-Host: lemond.sps.mot.com
  11. X-Newsreader: NN version 6.5.0 #2 (NOV)
  12.  
  13. In <4cugti$o4h@darwin.i3s.net> BPARR@ writes:
  14.  
  15. >I am trying to learn how to program c++ for windows.  I have Visual C++, and
  16. >have been reading thrugh the manuals on and off for about a year but I still 
  17. >don't know how to do anything. I learn best by doing so I am trying to write a 
  18. >simple program that I can enter some names and then display then on screen.
  19. >ie. like a phone directory. I think the foundation class will eventualy be very 
  20. >helpful but right now it seems like even the simple things like displaying a 
  21. >string in my window uses many different classes and I don't know how to use
  22. >them all.
  23.  
  24. >any help would be greatly appreciated
  25. >Bob
  26.  
  27. When I first started with Visual C++, I used the tutorial that came with it.
  28. Take the time to actually enter the code yourself, don't just use the sample
  29. code supplied with it.  When you see something you want to know more about,
  30. put your insertion point on that word and hit F1. The online help is quite
  31. good.
  32.  
  33. With the tutorial, you will be introduced to the development environment,
  34. writing C++, using the MFC and the Windows API. Again the key is to actually
  35. enter the code yourself from the keyboard.
  36.  
  37. Good luck,
  38.  
  39.  
  40. -- 
  41. Steven E. Montgomery            email:    sem@email.sps.mot.com
  42. Microcontroller Software Applications    voice:    512-891-7321
  43. Motorola, Oak Hill            fax:    512-891-2720
  44. Mail drop TX30 OE45
  45.